home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Dragging things other than an outline.
- Sent: 9/12/96 2:13 PM
- Received: 9/12/96 2:13 PM
- From: Scott Adler <sadler@spss.com>
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List
-
-
- >> How can I get my drag to drag things other than just an outline of what
- >> is selected. I want to be able to drag a transparent version of what is
- >> selected (if possible). Can I override the drag command or selection so
- >> ODF draws something other than an outline?
- >
- >MacOS 7.5.3 supports translucent dragging on PowerPC-based machines. It is
- >not currently possible, however, to initiate translucent drags from an
- >OpenDoc part. You can create any ODShape you like to represent the drag
- >region by subclassing FW_CDragCommand and overriding CreateDragShape.
-
- Is an ODShape just an outline of a region? Can it be a bitmap shape (so I
- can drag pictures around?)
-
- -Scott Adler
- sadler@spss.com